Html Css Color HEX #35431E Turtle Green

📋 copy color: '#35431E'

red 53 ◦ green 67 ◦ blue 30

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

Shades of Turtle Green #35431E

Tints of Turtle Green #35431E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 44.67%

 BLUE value IS 30 (12.11% from 255) = 20%

R = 35.33%
G = 44.67%
B = 20%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#35431E (or 0x35431E) is known color: Turtle Green. HEX triplet: 35, 43 and 1E. RGB value is (53,67,30). Sum of RGB (Red+Green+Blue) = 53+67+30=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 67 (26.56% from 255 or 44.67% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 67 - color contains mainly: green. Hex color #35431E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35431E is #CABCE1. Grayscale: #3A3A3A. Windows color (decimal): -13286626 or 1983285. OLE color: 1983285.

HSL color Cylindrical-coordinate representation of color #35431E: hue angle of 82.7º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35431E is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 67 30 -
CMYK 0.21 0 0.55 0.74
HSL 82.7º 0.38% 0.19% -
HSV(B) 82.7º 0.55% 0.26% -
XYZ 3.71 4.86 1.97 -
YUV 58.6 111.86 124.01 -
System Red Green Blue C M Y K H S L
Decimal 53 67 30 0.21 0 0.55 0.74 82.7 0.38 0.19
Hex 35 43 1E 15 0 37 4A 53 26 13
Octal 65 103 36 25 0 67 112 123 46 23
Binary 110101 1000011 11110 10101 0 110111 1001010 1010011 100110 10011

Color Harmonies of #35431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35431E

Black with #35431E

Text Example


Text Example

White with #35431E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35431E; }

 p { color: rgb(53,67,30); }

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

background-color css

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

 a { background-color: rgb(53,67,30); }

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

border-color css

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

 span { border-color: rgb(53,67,30); }

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