Html Css Color HEX #35380B Turtle Green

📋 copy color: '#35380B'

red 53 ◦ green 56 ◦ blue 11

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

Shades of Turtle Green #35380B

Tints of Turtle Green #35380B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 46.67%

 BLUE value IS 11 (4.69% from 255) = 9.17%

R = 44.17%
G = 46.67%
B = 9.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.80

 K value IS 0.78

RGB Variations

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

Color information

#35380B (or 0x35380B) is known color: Turtle Green. HEX triplet: 35, 38 and 0B. RGB value is (53,56,11). Sum of RGB (Red+Green+Blue) = 53+56+11=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 56 (22.27% from 255 or 46.67% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 56 - color contains mainly: green. Hex color #35380B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35380B is #CAC7F4. Grayscale: #323232. Windows color (decimal): -13289461 or 735285. OLE color: 735285.

HSL color Cylindrical-coordinate representation of color #35380B: hue angle of 64º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #35380B is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 56 11 -
CMYK 0.05 0 0.80 0.78
HSL 64º 0.67% 0.13% -
HSV(B) 64º 0.8% 0.22% -
XYZ 2.94 3.61 0.86 -
YUV 49.97 106.01 130.16 -
System Red Green Blue C M Y K H S L
Decimal 53 56 11 0.05 0 0.80 0.78 64 0.67 0.13
Hex 35 38 B 5 0 50 4E 40 43 D
Octal 65 70 13 5 0 120 116 100 103 15
Binary 110101 111000 1011 101 0 1010000 1001110 1000000 1000011 1101

Color Harmonies of #35380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35380B

Black with #35380B

Text Example


Text Example

White with #35380B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35380B; }

 p { color: rgb(53,56,11); }

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

background-color css

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

 a { background-color: rgb(53,56,11); }

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

border-color css

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

 span { border-color: rgb(53,56,11); }

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