Html Css Color HEX #35390F Turtle Green

📋 copy color: '#35390F'

red 53 ◦ green 57 ◦ blue 15

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

Shades of Turtle Green #35390F

Tints of Turtle Green #35390F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 45.6%

 BLUE value IS 15 (6.25% from 255) = 12%

R = 42.4%
G = 45.6%
B = 12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0.78

RGB Variations

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

Color information

#35390F (or 0x35390F) is known color: Turtle Green. HEX triplet: 35, 39 and 0F. RGB value is (53,57,15). Sum of RGB (Red+Green+Blue) = 53+57+15=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 57 (22.66% from 255 or 45.6% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 57 - color contains mainly: green. Hex color #35390F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35390F is #CAC6F0. Grayscale: #333333. Windows color (decimal): -13289201 or 997685. OLE color: 997685.

HSL color Cylindrical-coordinate representation of color #35390F: hue angle of 65.71º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35390F is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 57 15 -
CMYK 0.07 0 0.74 0.78
HSL 65.71º 0.58% 0.14% -
HSV(B) 65.71º 0.74% 0.22% -
XYZ 3.02 3.72 1.01 -
YUV 51.02 107.67 129.42 -
System Red Green Blue C M Y K H S L
Decimal 53 57 15 0.07 0 0.74 0.78 65.71 0.58 0.14
Hex 35 39 F 7 0 4A 4E 42 3A E
Octal 65 71 17 7 0 112 116 102 72 16
Binary 110101 111001 1111 111 0 1001010 1001110 1000010 111010 1110

Color Harmonies of #35390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35390F

Black with #35390F

Text Example


Text Example

White with #35390F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,57,15); }

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

background-color css

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

 a { background-color: rgb(53,57,15); }

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

border-color css

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

 span { border-color: rgb(53,57,15); }

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