Html Css Color HEX #354002 Turtle Green

📋 copy color: '#354002'

red 53 ◦ green 64 ◦ blue 2

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

Shades of Turtle Green #354002

Tints of Turtle Green #354002

RGB

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

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

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

R = 44.54%
G = 53.78%
B = 1.68%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#354002 (or 0x354002) is known color: Turtle Green. HEX triplet: 35, 40 and 02. RGB value is (53,64,2). Sum of RGB (Red+Green+Blue) = 53+64+2=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #354002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354002 is #CABFFD. Grayscale: #353535. Windows color (decimal): -13287422 or 147509. OLE color: 147509.

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

Color convert

RGB 53 64 2 -
CMYK 0.17 0 0.97 0.75
HSL 70.65º 0.94% 0.13% -
HSV(B) 70.65º 0.97% 0.25% -
XYZ 3.31 4.43 0.74 -
YUV 53.64 98.86 127.54 -
System Red Green Blue C M Y K H S L
Decimal 53 64 2 0.17 0 0.97 0.75 70.65 0.94 0.13
Hex 35 40 2 11 0 61 4B 47 5E D
Octal 65 100 2 21 0 141 113 107 136 15
Binary 110101 1000000 10 10001 0 1100001 1001011 1000111 1011110 1101

Color Harmonies of #354002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354002

Black with #354002

Text Example


Text Example

White with #354002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354002; }

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

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

background-color css

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

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

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

border-color css

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

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

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