Html Css Color HEX #354D02 Turtle Green

📋 copy color: '#354D02'

red 53 ◦ green 77 ◦ blue 2

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

Shades of Turtle Green #354D02

Tints of Turtle Green #354D02

RGB

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

 GREEN value IS 77 (30.47% from 255) = 58.33%

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

R = 40.15%
G = 58.33%
B = 1.52%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.70

RGB Variations

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

Color information

#354D02 (or 0x354D02) is known color: Turtle Green. HEX triplet: 35, 4D and 02. RGB value is (53,77,2). Sum of RGB (Red+Green+Blue) = 53+77+2=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 77 (30.47% from 255 or 58.33% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 77 - color contains mainly: green. Hex color #354D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #354D02 is #CAB2FD. Grayscale: #3D3D3D. Windows color (decimal): -13284094 or 150837. OLE color: 150837.

HSL color Cylindrical-coordinate representation of color #354D02: hue angle of 79.2º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #354D02 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 77 2 -
CMYK 0.31 0 0.97 0.70
HSL 79.2º 0.95% 0.15% -
HSV(B) 79.2º 0.97% 0.3% -
XYZ 4.13 6.07 1.01 -
YUV 61.27 94.55 122.1 -
System Red Green Blue C M Y K H S L
Decimal 53 77 2 0.31 0 0.97 0.70 79.2 0.95 0.15
Hex 35 4D 2 1F 0 61 46 4F 5F F
Octal 65 115 2 37 0 141 106 117 137 17
Binary 110101 1001101 10 11111 0 1100001 1000110 1001111 1011111 1111

Color Harmonies of #354D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354D02

Black with #354D02

Text Example


Text Example

White with #354D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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