Html Css Color HEX #334118 Turtle Green

📋 copy color: '#334118'

red 51 ◦ green 65 ◦ blue 24

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

Shades of Turtle Green #334118

Tints of Turtle Green #334118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 46.43%

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

R = 36.43%
G = 46.43%
B = 17.14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#334118 (or 0x334118) is known color: Turtle Green. HEX triplet: 33, 41 and 18. RGB value is (51,65,24). Sum of RGB (Red+Green+Blue) = 51+65+24=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 24 (9.77% from 255 or 17.14% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #334118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334118 is #CCBEE7. Grayscale: #383838. Windows color (decimal): -13418216 or 1589555. OLE color: 1589555.

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

Color convert

RGB 51 65 24 -
CMYK 0.22 0 0.63 0.75
HSL 80.49º 0.46% 0.17% -
HSV(B) 80.49º 0.63% 0.25% -
XYZ 3.42 4.55 1.56 -
YUV 56.14 109.86 124.33 -
System Red Green Blue C M Y K H S L
Decimal 51 65 24 0.22 0 0.63 0.75 80.49 0.46 0.17
Hex 33 41 18 16 0 3F 4B 50 2E 11
Octal 63 101 30 26 0 77 113 120 56 21
Binary 110011 1000001 11000 10110 0 111111 1001011 1010000 101110 10001

Color Harmonies of #334118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334118

Black with #334118

Text Example


Text Example

White with #334118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334118; }

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

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

background-color css

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

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

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

border-color css

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

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

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