Html Css Color HEX #35421F Turtle Green

📋 copy color: '#35421F'

red 53 ◦ green 66 ◦ blue 31

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

Shades of Turtle Green #35421F

Tints of Turtle Green #35421F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44%

 BLUE value IS 31 (12.5% from 255) = 20.67%

R = 35.33%
G = 44%
B = 20.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.53

 K value IS 0.74

RGB Variations

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

Color information

#35421F (or 0x35421F) is known color: Turtle Green. HEX triplet: 35, 42 and 1F. RGB value is (53,66,31). Sum of RGB (Red+Green+Blue) = 53+66+31=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 66 - color contains mainly: green. Hex color #35421F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35421F is #CABDE0. Grayscale: #3A3A3A. Windows color (decimal): -13286881 or 2048565. OLE color: 2048565.

HSL color Cylindrical-coordinate representation of color #35421F: hue angle of 82.29º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #35421F is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 66 31 -
CMYK 0.20 0 0.53 0.74
HSL 82.29º 0.36% 0.19% -
HSV(B) 82.29º 0.53% 0.26% -
XYZ 3.66 4.75 2.02 -
YUV 58.12 112.69 124.35 -
System Red Green Blue C M Y K H S L
Decimal 53 66 31 0.20 0 0.53 0.74 82.29 0.36 0.19
Hex 35 42 1F 14 0 35 4A 52 24 13
Octal 65 102 37 24 0 65 112 122 44 23
Binary 110101 1000010 11111 10100 0 110101 1001010 1010010 100100 10011

Color Harmonies of #35421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35421F

Black with #35421F

Text Example


Text Example

White with #35421F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35421F; }

 p { color: rgb(53,66,31); }

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

background-color css

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

 a { background-color: rgb(53,66,31); }

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

border-color css

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

 span { border-color: rgb(53,66,31); }

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