Html Css Color HEX #335104 Turtle Green

📋 copy color: '#335104'

red 51 ◦ green 81 ◦ blue 4

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

Shades of Turtle Green #335104

Tints of Turtle Green #335104

RGB

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

 GREEN value IS 81 (32.03% from 255) = 59.56%

 BLUE value IS 4 (1.95% from 255) = 2.94%

R = 37.5%
G = 59.56%
B = 2.94%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#335104 (or 0x335104) is known color: Turtle Green. HEX triplet: 33, 51 and 04. RGB value is (51,81,4). Sum of RGB (Red+Green+Blue) = 51+81+4=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 81 (32.03% from 255 or 59.56% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 81 - color contains mainly: green. Hex color #335104 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335104 is #CCAEFB. Grayscale: #3F3F3F. Windows color (decimal): -13414140 or 282931. OLE color: 282931.

HSL color Cylindrical-coordinate representation of color #335104: hue angle of 83.38º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #335104 is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB 51 81 4 -
CMYK 0.37 0 0.95 0.68
HSL 83.38º 0.91% 0.17% -
HSV(B) 83.38º 0.95% 0.32% -
XYZ 4.33 6.6 1.16 -
YUV 63.25 94.56 119.26 -
System Red Green Blue C M Y K H S L
Decimal 51 81 4 0.37 0 0.95 0.68 83.38 0.91 0.17
Hex 33 51 4 25 0 5F 44 53 5B 11
Octal 63 121 4 45 0 137 104 123 133 21
Binary 110011 1010001 100 100101 0 1011111 1000100 1010011 1011011 10001

Color Harmonies of #335104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335104

Black with #335104

Text Example


Text Example

White with #335104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335104; }

 p { color: rgb(51,81,4); }

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

background-color css

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

 a { background-color: rgb(51,81,4); }

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

border-color css

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

 span { border-color: rgb(51,81,4); }

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