Html Css Color HEX #354602 Turtle Green

📋 copy color: '#354602'

red 53 ◦ green 70 ◦ blue 2

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

Shades of Turtle Green #354602

Tints of Turtle Green #354602

RGB

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

 GREEN value IS 70 (27.73% from 255) = 56%

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

R = 42.4%
G = 56%
B = 1.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#354602 (or 0x354602) is known color: Turtle Green. HEX triplet: 35, 46 and 02. RGB value is (53,70,2). Sum of RGB (Red+Green+Blue) = 53+70+2=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 70 (27.73% from 255 or 56% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 70 - color contains mainly: green. Hex color #354602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354602 is #CAB9FD. Grayscale: #393939. Windows color (decimal): -13285886 or 149045. OLE color: 149045.

HSL color Cylindrical-coordinate representation of color #354602: hue angle of 75º 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 #354602 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 70 2 -
CMYK 0.24 0 0.97 0.73
HSL 75º 0.94% 0.14% -
HSV(B) 75º 0.97% 0.27% -
XYZ 3.67 5.14 0.86 -
YUV 57.17 96.87 125.03 -
System Red Green Blue C M Y K H S L
Decimal 53 70 2 0.24 0 0.97 0.73 75 0.94 0.14
Hex 35 46 2 18 0 61 49 4B 5E E
Octal 65 106 2 30 0 141 111 113 136 16
Binary 110101 1000110 10 11000 0 1100001 1001001 1001011 1011110 1110

Color Harmonies of #354602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354602

Black with #354602

Text Example


Text Example

White with #354602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354602; }

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

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

background-color css

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

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

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

border-color css

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

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

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