Html Css Color HEX #354102 Turtle Green

📋 copy color: '#354102'

red 53 ◦ green 65 ◦ blue 2

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

Shades of Turtle Green #354102

Tints of Turtle Green #354102

RGB

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

 GREEN value IS 65 (25.78% from 255) = 54.17%

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

R = 44.17%
G = 54.17%
B = 1.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#354102 (or 0x354102) is known color: Turtle Green. HEX triplet: 35, 41 and 02. RGB value is (53,65,2). Sum of RGB (Red+Green+Blue) = 53+65+2=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #354102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354102 is #CABEFD. Grayscale: #363636. Windows color (decimal): -13287166 or 147765. OLE color: 147765.

HSL color Cylindrical-coordinate representation of color #354102: hue angle of 71.43º 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 #354102 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 65 2 -
CMYK 0.18 0 0.97 0.75
HSL 71.43º 0.94% 0.13% -
HSV(B) 71.43º 0.97% 0.25% -
XYZ 3.37 4.54 0.76 -
YUV 54.23 98.52 127.12 -
System Red Green Blue C M Y K H S L
Decimal 53 65 2 0.18 0 0.97 0.75 71.43 0.94 0.13
Hex 35 41 2 12 0 61 4B 47 5E D
Octal 65 101 2 22 0 141 113 107 136 15
Binary 110101 1000001 10 10010 0 1100001 1001011 1000111 1011110 1101

Color Harmonies of #354102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354102

Black with #354102

Text Example


Text Example

White with #354102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354102; }

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

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

background-color css

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

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

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

border-color css

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

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

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