Html Css Color HEX #354402 Turtle Green

📋 copy color: '#354402'

red 53 ◦ green 68 ◦ blue 2

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

Shades of Turtle Green #354402

Tints of Turtle Green #354402

RGB

 RED value IS 53 (21.09% from 255) = 43.09%

 GREEN value IS 68 (26.95% from 255) = 55.28%

 BLUE value IS 2 (1.17% from 255) = 1.63%

R = 43.09%
G = 55.28%
B = 1.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#354402 (or 0x354402) is known color: Turtle Green. HEX triplet: 35, 44 and 02. RGB value is (53,68,2). Sum of RGB (Red+Green+Blue) = 53+68+2=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 68 (26.95% from 255 or 55.28% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 68 - color contains mainly: green. Hex color #354402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354402 is #CABBFD. Grayscale: #383838. Windows color (decimal): -13286398 or 148533. OLE color: 148533.

HSL color Cylindrical-coordinate representation of color #354402: hue angle of 73.64º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #354402 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 68 2 -
CMYK 0.22 0 0.97 0.73
HSL 73.64º 0.94% 0.14% -
HSV(B) 73.64º 0.97% 0.27% -
XYZ 3.55 4.9 0.82 -
YUV 55.99 97.53 125.87 -
System Red Green Blue C M Y K H S L
Decimal 53 68 2 0.22 0 0.97 0.73 73.64 0.94 0.14
Hex 35 44 2 16 0 61 49 4A 5E E
Octal 65 104 2 26 0 141 111 112 136 16
Binary 110101 1000100 10 10110 0 1100001 1001001 1001010 1011110 1110

Color Harmonies of #354402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354402

Black with #354402

Text Example


Text Example

White with #354402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354402; }

 p { color: rgb(53,68,2); }

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

background-color css

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

 a { background-color: rgb(53,68,2); }

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

border-color css

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

 span { border-color: rgb(53,68,2); }

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