Html Css Color HEX #384918 Turtle Green

📋 copy color: '#384918'

red 56 ◦ green 73 ◦ blue 24

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

Shades of Turtle Green #384918

Tints of Turtle Green #384918

RGB

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

 GREEN value IS 73 (28.91% from 255) = 47.71%

 BLUE value IS 24 (9.77% from 255) = 15.69%

R = 36.6%
G = 47.71%
B = 15.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#384918 (or 0x384918) is known color: Turtle Green. HEX triplet: 38, 49 and 18. RGB value is (56,73,24). Sum of RGB (Red+Green+Blue) = 56+73+24=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 73 (28.91% from 255 or 47.71% from 153); Blue value is 24 (9.77% from 255 or 15.69% from 153); Max value from RGB is 73 - color contains mainly: green. Hex color #384918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384918 is #C7B6E7. Grayscale: #3E3E3E. Windows color (decimal): -13088488 or 1591608. OLE color: 1591608.

HSL color Cylindrical-coordinate representation of color #384918: hue angle of 80.82º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #384918 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 73 24 -
CMYK 0.23 0 0.67 0.71
HSL 80.82º 0.51% 0.19% -
HSV(B) 80.82º 0.67% 0.29% -
XYZ 4.18 5.67 1.74 -
YUV 62.33 106.37 123.48 -
System Red Green Blue C M Y K H S L
Decimal 56 73 24 0.23 0 0.67 0.71 80.82 0.51 0.19
Hex 38 49 18 17 0 43 47 51 33 13
Octal 70 111 30 27 0 103 107 121 63 23
Binary 111000 1001001 11000 10111 0 1000011 1000111 1010001 110011 10011

Color Harmonies of #384918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384918

Black with #384918

Text Example


Text Example

White with #384918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384918; }

 p { color: rgb(56,73,24); }

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

background-color css

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

 a { background-color: rgb(56,73,24); }

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

border-color css

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

 span { border-color: rgb(56,73,24); }

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