Html Css Color HEX #384311 Turtle Green

📋 copy color: '#384311'

red 56 ◦ green 67 ◦ blue 17

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

Shades of Turtle Green #384311

Tints of Turtle Green #384311

RGB

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

 GREEN value IS 67 (26.56% from 255) = 47.86%

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

R = 40%
G = 47.86%
B = 12.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.74

RGB Variations

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

Color information

#384311 (or 0x384311) is known color: Turtle Green. HEX triplet: 38, 43 and 11. RGB value is (56,67,17). Sum of RGB (Red+Green+Blue) = 56+67+17=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 67 (26.56% from 255 or 47.86% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 67 - color contains mainly: green. Hex color #384311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384311 is #C7BCEE. Grayscale: #3A3A3A. Windows color (decimal): -13090031 or 1131320. OLE color: 1131320.

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

Color convert

RGB 56 67 17 -
CMYK 0.16 0 0.75 0.74
HSL 73.2º 0.6% 0.16% -
HSV(B) 73.2º 0.75% 0.26% -
XYZ 3.74 4.9 1.28 -
YUV 58.01 104.86 126.57 -
System Red Green Blue C M Y K H S L
Decimal 56 67 17 0.16 0 0.75 0.74 73.2 0.6 0.16
Hex 38 43 11 10 0 4B 4A 49 3C 10
Octal 70 103 21 20 0 113 112 111 74 20
Binary 111000 1000011 10001 10000 0 1001011 1001010 1001001 111100 10000

Color Harmonies of #384311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384311

Black with #384311

Text Example


Text Example

White with #384311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384311; }

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

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

background-color css

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

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

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

border-color css

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

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

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