Html Css Color HEX #35410C Turtle Green

📋 copy color: '#35410C'

red 53 ◦ green 65 ◦ blue 12

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

Shades of Turtle Green #35410C

Tints of Turtle Green #35410C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.23%

R = 40.77%
G = 50%
B = 9.23%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#35410C (or 0x35410C) is known color: Turtle Green. HEX triplet: 35, 41 and 0C. RGB value is (53,65,12). Sum of RGB (Red+Green+Blue) = 53+65+12=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #35410C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35410C is #CABEF3. Grayscale: #373737. Windows color (decimal): -13287156 or 803125. OLE color: 803125.

HSL color Cylindrical-coordinate representation of color #35410C: hue angle of 73.58º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #35410C is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 65 12 -
CMYK 0.18 0 0.82 0.75
HSL 73.58º 0.69% 0.15% -
HSV(B) 73.58º 0.82% 0.25% -
XYZ 3.42 4.56 1.05 -
YUV 55.37 103.52 126.31 -
System Red Green Blue C M Y K H S L
Decimal 53 65 12 0.18 0 0.82 0.75 73.58 0.69 0.15
Hex 35 41 C 12 0 52 4B 4A 45 F
Octal 65 101 14 22 0 122 113 112 105 17
Binary 110101 1000001 1100 10010 0 1010010 1001011 1001010 1000101 1111

Color Harmonies of #35410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35410C

Black with #35410C

Text Example


Text Example

White with #35410C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35410C; }

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

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

background-color css

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

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

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

border-color css

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

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

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