Html Css Color HEX #384511 Turtle Green

📋 copy color: '#384511'

red 56 ◦ green 69 ◦ blue 17

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

Shades of Turtle Green #384511

Tints of Turtle Green #384511

RGB

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

 GREEN value IS 69 (27.34% from 255) = 48.59%

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

R = 39.44%
G = 48.59%
B = 11.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#384511 (or 0x384511) is known color: Turtle Green. HEX triplet: 38, 45 and 11. RGB value is (56,69,17). Sum of RGB (Red+Green+Blue) = 56+69+17=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 69 (27.34% from 255 or 48.59% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 69 - color contains mainly: green. Hex color #384511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384511 is #C7BAEE. Grayscale: #3B3B3B. Windows color (decimal): -13089519 or 1131832. OLE color: 1131832.

HSL color Cylindrical-coordinate representation of color #384511: hue angle of 75º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #384511 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 69 17 -
CMYK 0.19 0 0.75 0.73
HSL 75º 0.6% 0.17% -
HSV(B) 75º 0.75% 0.27% -
XYZ 3.86 5.14 1.32 -
YUV 59.19 104.19 125.73 -
System Red Green Blue C M Y K H S L
Decimal 56 69 17 0.19 0 0.75 0.73 75 0.6 0.17
Hex 38 45 11 13 0 4B 49 4B 3C 11
Octal 70 105 21 23 0 113 111 113 74 21
Binary 111000 1000101 10001 10011 0 1001011 1001001 1001011 111100 10001

Color Harmonies of #384511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384511

Black with #384511

Text Example


Text Example

White with #384511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384511; }

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

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

background-color css

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

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

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

border-color css

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

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

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