Html Css Color HEX #384810 Turtle Green

📋 copy color: '#384810'

red 56 ◦ green 72 ◦ blue 16

#384810
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #384810

Tints of Turtle Green #384810

RGB

 RED value IS 56 (22.27% from 255) = 38.89%

 GREEN value IS 72 (28.52% from 255) = 50%

 BLUE value IS 16 (6.64% from 255) = 11.11%

R = 38.89%
G = 50%
B = 11.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.78

 K value IS 0.72

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#384810 (or 0x384810) is known color: Turtle Green. HEX triplet: 38, 48 and 10. RGB value is (56,72,16). Sum of RGB (Red+Green+Blue) = 56+72+16=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #384810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384810 is #C7B7EF. Grayscale: #3D3D3D. Windows color (decimal): -13088752 or 1067064. OLE color: 1067064.

HSL color Cylindrical-coordinate representation of color #384810: hue angle of 77.14º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #384810 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 72 16 -
CMYK 0.22 0 0.78 0.72
HSL 77.14º 0.64% 0.17% -
HSV(B) 77.14º 0.78% 0.28% -
XYZ 4.04 5.51 1.34 -
YUV 60.83 102.7 124.55 -
System Red Green Blue C M Y K H S L
Decimal 56 72 16 0.22 0 0.78 0.72 77.14 0.64 0.17
Hex 38 48 10 16 0 4E 48 4D 40 11
Octal 70 110 20 26 0 116 110 115 100 21
Binary 111000 1001000 10000 10110 0 1001110 1001000 1001101 1000000 10001

Color Harmonies of #384810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384810

Black with #384810

Text Example


Text Example

White with #384810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384810; }

 p { color: rgb(56,72,16); }

 H1.HeaderClassName
 {
   color: #384810;
 }
 .AnyTagClassName
 {
   color: #384810;
 }
</style>

background-color css

<style>
 a { background-color: #384810; }

 a { background-color: rgb(56,72,16); }

 div.DivClassName
 {
   background-color: #384810;
 }
 .BgClassName
 {
   background-color: #384810;
 }
</style>

border-color css

<style>
 span { border-color: #384810; }

 span { border-color: rgb(56,72,16); }

 td.TdClassName
 {
   border-color: #384810;
 }
 .TagClassName
 {
   border-color: #384810;
 }
</style>