Html Css Color HEX #253205 Turtle Green

📋 copy color: '#253205'

red 37 ◦ green 50 ◦ blue 5

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

Shades of Turtle Green #253205

Tints of Turtle Green #253205

RGB

 RED value IS 37 (14.84% from 255) = 40.22%

 GREEN value IS 50 (19.92% from 255) = 54.35%

 BLUE value IS 5 (2.34% from 255) = 5.43%

R = 40.22%
G = 54.35%
B = 5.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.90

 K value IS 0.80

RGB Variations

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

Color information

#253205 (or 0x253205) is known color: Turtle Green. HEX triplet: 25, 32 and 05. RGB value is (37,50,5). Sum of RGB (Red+Green+Blue) = 37+50+5=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 50 (19.92% from 255 or 54.35% from 92); Blue value is 5 (2.34% from 255 or 5.43% from 92); Max value from RGB is 50 - color contains mainly: green. Hex color #253205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253205 is #DACDFA. Grayscale: #292929. Windows color (decimal): -14339579 or 340517. OLE color: 340517.

HSL color Cylindrical-coordinate representation of color #253205: hue angle of 77.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #253205 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 50 5 -
CMYK 0.26 0 0.90 0.80
HSL 77.33º 0.82% 0.11% -
HSV(B) 77.33º 0.9% 0.2% -
XYZ 1.93 2.69 0.56 -
YUV 40.98 107.69 125.16 -
System Red Green Blue C M Y K H S L
Decimal 37 50 5 0.26 0 0.90 0.80 77.33 0.82 0.11
Hex 25 32 5 1A 0 5A 50 4D 52 B
Octal 45 62 5 32 0 132 120 115 122 13
Binary 100101 110010 101 11010 0 1011010 1010000 1001101 1010010 1011

Color Harmonies of #253205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253205

Black with #253205

Text Example


Text Example

White with #253205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253205; }

 p { color: rgb(37,50,5); }

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

background-color css

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

 a { background-color: rgb(37,50,5); }

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

border-color css

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

 span { border-color: rgb(37,50,5); }

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