Html Css Color HEX #334018 Turtle Green

📋 copy color: '#334018'

red 51 ◦ green 64 ◦ blue 24

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

Shades of Turtle Green #334018

Tints of Turtle Green #334018

RGB

 RED value IS 51 (20.31% from 255) = 36.69%

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

 BLUE value IS 24 (9.77% from 255) = 17.27%

R = 36.69%
G = 46.04%
B = 17.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#334018 (or 0x334018) is known color: Turtle Green. HEX triplet: 33, 40 and 18. RGB value is (51,64,24). Sum of RGB (Red+Green+Blue) = 51+64+24=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #334018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334018 is #CCBFE7. Grayscale: #373737. Windows color (decimal): -13418472 or 1589299. OLE color: 1589299.

HSL color Cylindrical-coordinate representation of color #334018: hue angle of 79.5º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #334018 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 64 24 -
CMYK 0.20 0 0.62 0.75
HSL 79.5º 0.45% 0.17% -
HSV(B) 79.5º 0.63% 0.25% -
XYZ 3.36 4.44 1.54 -
YUV 55.55 110.19 124.75 -
System Red Green Blue C M Y K H S L
Decimal 51 64 24 0.20 0 0.62 0.75 79.5 0.45 0.17
Hex 33 40 18 14 0 3E 4B 50 2D 11
Octal 63 100 30 24 0 76 113 120 55 21
Binary 110011 1000000 11000 10100 0 111110 1001011 1010000 101101 10001

Color Harmonies of #334018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334018

Black with #334018

Text Example


Text Example

White with #334018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334018; }

 p { color: rgb(51,64,24); }

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

background-color css

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

 a { background-color: rgb(51,64,24); }

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

border-color css

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

 span { border-color: rgb(51,64,24); }

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