Html Css Color HEX #354B02 Turtle Green

📋 copy color: '#354B02'

red 53 ◦ green 75 ◦ blue 2

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

Shades of Turtle Green #354B02

Tints of Turtle Green #354B02

RGB

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

 GREEN value IS 75 (29.69% from 255) = 57.69%

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

R = 40.77%
G = 57.69%
B = 1.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#354B02 (or 0x354B02) is known color: Turtle Green. HEX triplet: 35, 4B and 02. RGB value is (53,75,2). Sum of RGB (Red+Green+Blue) = 53+75+2=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 75 (29.69% from 255 or 57.69% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 75 - color contains mainly: green. Hex color #354B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354B02 is #CAB4FD. Grayscale: #3C3C3C. Windows color (decimal): -13284606 or 150325. OLE color: 150325.

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

Color convert

RGB 53 75 2 -
CMYK 0.29 0 0.97 0.71
HSL 78.08º 0.95% 0.15% -
HSV(B) 78.08º 0.97% 0.29% -
XYZ 4 5.79 0.97 -
YUV 60.1 95.21 122.94 -
System Red Green Blue C M Y K H S L
Decimal 53 75 2 0.29 0 0.97 0.71 78.08 0.95 0.15
Hex 35 4B 2 1D 0 61 47 4E 5F F
Octal 65 113 2 35 0 141 107 116 137 17
Binary 110101 1001011 10 11101 0 1100001 1000111 1001110 1011111 1111

Color Harmonies of #354B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354B02

Black with #354B02

Text Example


Text Example

White with #354B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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