Html Css Color HEX #384011 Turtle Green

📋 copy color: '#384011'

red 56 ◦ green 64 ◦ blue 17

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

Shades of Turtle Green #384011

Tints of Turtle Green #384011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.41%

R = 40.88%
G = 46.72%
B = 12.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#384011 (or 0x384011) is known color: Turtle Green. HEX triplet: 38, 40 and 11. RGB value is (56,64,17). Sum of RGB (Red+Green+Blue) = 56+64+17=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 17 (7.03% from 255 or 12.41% from 137); Max value from RGB is 64 - color contains mainly: green. Hex color #384011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384011 is #C7BFEE. Grayscale: #383838. Windows color (decimal): -13090799 or 1130552. OLE color: 1130552.

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

Color convert

RGB 56 64 17 -
CMYK 0.13 0 0.73 0.75
HSL 70.21º 0.58% 0.16% -
HSV(B) 70.21º 0.73% 0.25% -
XYZ 3.57 4.55 1.22 -
YUV 56.25 105.85 127.82 -
System Red Green Blue C M Y K H S L
Decimal 56 64 17 0.13 0 0.73 0.75 70.21 0.58 0.16
Hex 38 40 11 D 0 49 4B 46 3A 10
Octal 70 100 21 15 0 111 113 106 72 20
Binary 111000 1000000 10001 1101 0 1001001 1001011 1000110 111010 10000

Color Harmonies of #384011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384011

Black with #384011

Text Example


Text Example

White with #384011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384011; }

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

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

background-color css

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

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

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

border-color css

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

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

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