Html Css Color HEX #384C17 Turtle Green

📋 copy color: '#384C17'

red 56 ◦ green 76 ◦ blue 23

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

Shades of Turtle Green #384C17

Tints of Turtle Green #384C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.84%

R = 36.13%
G = 49.03%
B = 14.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.70

 K value IS 0.70

RGB Variations

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

Color information

#384C17 (or 0x384C17) is known color: Turtle Green. HEX triplet: 38, 4C and 17. RGB value is (56,76,23). Sum of RGB (Red+Green+Blue) = 56+76+23=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 76 (30.08% from 255 or 49.03% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 76 - color contains mainly: green. Hex color #384C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384C17 is #C7B3E8. Grayscale: #404040. Windows color (decimal): -13087721 or 1526840. OLE color: 1526840.

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

Color convert

RGB 56 76 23 -
CMYK 0.26 0 0.70 0.70
HSL 82.64º 0.54% 0.19% -
HSV(B) 82.64º 0.7% 0.3% -
XYZ 4.37 6.07 1.75 -
YUV 63.98 104.87 122.31 -
System Red Green Blue C M Y K H S L
Decimal 56 76 23 0.26 0 0.70 0.70 82.64 0.54 0.19
Hex 38 4C 17 1A 0 46 46 53 36 13
Octal 70 114 27 32 0 106 106 123 66 23
Binary 111000 1001100 10111 11010 0 1000110 1000110 1010011 110110 10011

Color Harmonies of #384C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C17

Black with #384C17

Text Example


Text Example

White with #384C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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