Html Css Color HEX #354302 Turtle Green

📋 copy color: '#354302'

red 53 ◦ green 67 ◦ blue 2

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

Shades of Turtle Green #354302

Tints of Turtle Green #354302

RGB

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

 GREEN value IS 67 (26.56% from 255) = 54.92%

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

R = 43.44%
G = 54.92%
B = 1.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#354302 (or 0x354302) is known color: Turtle Green. HEX triplet: 35, 43 and 02. RGB value is (53,67,2). Sum of RGB (Red+Green+Blue) = 53+67+2=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 67 (26.56% from 255 or 54.92% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 67 - color contains mainly: green. Hex color #354302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354302 is #CABCFD. Grayscale: #373737. Windows color (decimal): -13286654 or 148277. OLE color: 148277.

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

Color convert

RGB 53 67 2 -
CMYK 0.21 0 0.97 0.74
HSL 72.92º 0.94% 0.14% -
HSV(B) 72.92º 0.97% 0.26% -
XYZ 3.49 4.78 0.8 -
YUV 55.4 97.86 126.29 -
System Red Green Blue C M Y K H S L
Decimal 53 67 2 0.21 0 0.97 0.74 72.92 0.94 0.14
Hex 35 43 2 15 0 61 4A 49 5E E
Octal 65 103 2 25 0 141 112 111 136 16
Binary 110101 1000011 10 10101 0 1100001 1001010 1001001 1011110 1110

Color Harmonies of #354302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354302

Black with #354302

Text Example


Text Example

White with #354302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354302; }

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

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

background-color css

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

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

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

border-color css

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

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

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