Html Css Color HEX #384C15 Turtle Green

📋 copy color: '#384C15'

red 56 ◦ green 76 ◦ blue 21

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

Shades of Turtle Green #384C15

Tints of Turtle Green #384C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.73%

R = 36.6%
G = 49.67%
B = 13.73%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.72

 K value IS 0.70

RGB Variations

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

Color information

#384C15 (or 0x384C15) is known color: Turtle Green. HEX triplet: 38, 4C and 15. RGB value is (56,76,21). Sum of RGB (Red+Green+Blue) = 56+76+21=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 76 (30.08% from 255 or 49.67% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 76 - color contains mainly: green. Hex color #384C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384C15 is #C7B3EA. Grayscale: #3F3F3F. Windows color (decimal): -13087723 or 1395768. OLE color: 1395768.

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

Color convert

RGB 56 76 21 -
CMYK 0.26 0 0.72 0.70
HSL 81.82º 0.57% 0.19% -
HSV(B) 81.82º 0.72% 0.3% -
XYZ 4.35 6.06 1.65 -
YUV 63.75 103.87 122.47 -
System Red Green Blue C M Y K H S L
Decimal 56 76 21 0.26 0 0.72 0.70 81.82 0.57 0.19
Hex 38 4C 15 1A 0 48 46 52 39 13
Octal 70 114 25 32 0 110 106 122 71 23
Binary 111000 1001100 10101 11010 0 1001000 1000110 1010010 111001 10011

Color Harmonies of #384C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C15

Black with #384C15

Text Example


Text Example

White with #384C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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