Html Css Color HEX #35381C Turtle Green

📋 copy color: '#35381C'

red 53 ◦ green 56 ◦ blue 28

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

Shades of Turtle Green #35381C

Tints of Turtle Green #35381C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20.44%

R = 38.69%
G = 40.88%
B = 20.44%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.78

RGB Variations

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

Color information

#35381C (or 0x35381C) is known color: Turtle Green. HEX triplet: 35, 38 and 1C. RGB value is (53,56,28). Sum of RGB (Red+Green+Blue) = 53+56+28=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 56 - color contains mainly: green. Hex color #35381C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35381C is #CAC7E3. Grayscale: #343434. Windows color (decimal): -13289444 or 1849397. OLE color: 1849397.

HSL color Cylindrical-coordinate representation of color #35381C: hue angle of 66.43º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #35381C is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 56 28 -
CMYK 0.05 0 0.50 0.78
HSL 66.43º 0.33% 0.16% -
HSV(B) 66.43º 0.5% 0.22% -
XYZ 3.09 3.67 1.64 -
YUV 51.91 114.51 128.78 -
System Red Green Blue C M Y K H S L
Decimal 53 56 28 0.05 0 0.50 0.78 66.43 0.33 0.16
Hex 35 38 1C 5 0 32 4E 42 21 10
Octal 65 70 34 5 0 62 116 102 41 20
Binary 110101 111000 11100 101 0 110010 1001110 1000010 100001 10000

Color Harmonies of #35381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35381C

Black with #35381C

Text Example


Text Example

White with #35381C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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