Html Css Color HEX #384C16 Turtle Green

📋 copy color: '#384C16'

red 56 ◦ green 76 ◦ blue 22

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

Shades of Turtle Green #384C16

Tints of Turtle Green #384C16

RGB

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

 GREEN value IS 76 (30.08% from 255) = 49.35%

 BLUE value IS 22 (8.98% from 255) = 14.29%

R = 36.36%
G = 49.35%
B = 14.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.71

 K value IS 0.70

RGB Variations

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

Color information

#384C16 (or 0x384C16) is known color: Turtle Green. HEX triplet: 38, 4C and 16. RGB value is (56,76,22). Sum of RGB (Red+Green+Blue) = 56+76+22=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 76 (30.08% from 255 or 49.35% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 76 - color contains mainly: green. Hex color #384C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384C16 is #C7B3E9. Grayscale: #404040. Windows color (decimal): -13087722 or 1461304. OLE color: 1461304.

HSL color Cylindrical-coordinate representation of color #384C16: hue angle of 82.22º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #384C16 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 76 22 -
CMYK 0.26 0 0.71 0.70
HSL 82.22º 0.55% 0.19% -
HSV(B) 82.22º 0.71% 0.3% -
XYZ 4.36 6.07 1.7 -
YUV 63.86 104.37 122.39 -
System Red Green Blue C M Y K H S L
Decimal 56 76 22 0.26 0 0.71 0.70 82.22 0.55 0.19
Hex 38 4C 16 1A 0 47 46 52 37 13
Octal 70 114 26 32 0 107 106 122 67 23
Binary 111000 1001100 10110 11010 0 1000111 1000110 1010010 110111 10011

Color Harmonies of #384C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C16

Black with #384C16

Text Example


Text Example

White with #384C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384C16; }

 p { color: rgb(56,76,22); }

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

background-color css

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

 a { background-color: rgb(56,76,22); }

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

border-color css

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

 span { border-color: rgb(56,76,22); }

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