Html Css Color HEX #354C03 Turtle Green

📋 copy color: '#354C03'

red 53 ◦ green 76 ◦ blue 3

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

Shades of Turtle Green #354C03

Tints of Turtle Green #354C03

RGB

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

 GREEN value IS 76 (30.08% from 255) = 57.58%

 BLUE value IS 3 (1.56% from 255) = 2.27%

R = 40.15%
G = 57.58%
B = 2.27%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.96

 K value IS 0.70

RGB Variations

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

Color information

#354C03 (or 0x354C03) is known color: Turtle Green. HEX triplet: 35, 4C and 03. RGB value is (53,76,3). Sum of RGB (Red+Green+Blue) = 53+76+3=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 76 (30.08% from 255 or 57.58% from 132); Blue value is 3 (1.56% from 255 or 2.27% from 132); Max value from RGB is 76 - color contains mainly: green. Hex color #354C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354C03 is #CAB3FC. Grayscale: #3D3D3D. Windows color (decimal): -13284349 or 216117. OLE color: 216117.

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

Color convert

RGB 53 76 3 -
CMYK 0.30 0 0.96 0.70
HSL 78.9º 0.92% 0.15% -
HSV(B) 78.9º 0.96% 0.3% -
XYZ 4.07 5.93 1.02 -
YUV 60.8 95.38 122.44 -
System Red Green Blue C M Y K H S L
Decimal 53 76 3 0.30 0 0.96 0.70 78.9 0.92 0.15
Hex 35 4C 3 1E 0 60 46 4F 5C F
Octal 65 114 3 36 0 140 106 117 134 17
Binary 110101 1001100 11 11110 0 1100000 1000110 1001111 1011100 1111

Color Harmonies of #354C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354C03

Black with #354C03

Text Example


Text Example

White with #354C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,76,3); }

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

background-color css

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

 a { background-color: rgb(53,76,3); }

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

border-color css

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

 span { border-color: rgb(53,76,3); }

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