Html Css Color HEX #384010 Turtle Green

📋 copy color: '#384010'

red 56 ◦ green 64 ◦ blue 16

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

Shades of Turtle Green #384010

Tints of Turtle Green #384010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 47.06%

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

R = 41.18%
G = 47.06%
B = 11.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#384010 (or 0x384010) is known color: Turtle Green. HEX triplet: 38, 40 and 10. RGB value is (56,64,16). Sum of RGB (Red+Green+Blue) = 56+64+16=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 64 - color contains mainly: green. Hex color #384010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384010 is #C7BFEF. Grayscale: #383838. Windows color (decimal): -13090800 or 1065016. OLE color: 1065016.

HSL color Cylindrical-coordinate representation of color #384010: hue angle of 70º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #384010 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 64 16 -
CMYK 0.13 0 0.75 0.75
HSL 70º 0.6% 0.16% -
HSV(B) 70º 0.75% 0.25% -
XYZ 3.56 4.54 1.18 -
YUV 56.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 56 64 16 0.13 0 0.75 0.75 70 0.6 0.16
Hex 38 40 10 D 0 4B 4B 46 3C 10
Octal 70 100 20 15 0 113 113 106 74 20
Binary 111000 1000000 10000 1101 0 1001011 1001011 1000110 111100 10000

Color Harmonies of #384010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384010

Black with #384010

Text Example


Text Example

White with #384010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384010; }

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

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

background-color css

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

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

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

border-color css

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

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

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