Html Css Color HEX #253504 Turtle Green

📋 copy color: '#253504'

red 37 ◦ green 53 ◦ blue 4

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

Shades of Turtle Green #253504

Tints of Turtle Green #253504

RGB

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

 GREEN value IS 53 (21.09% from 255) = 56.38%

 BLUE value IS 4 (1.95% from 255) = 4.26%

R = 39.36%
G = 56.38%
B = 4.26%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.92

 K value IS 0.79

RGB Variations

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

Color information

#253504 (or 0x253504) is known color: Turtle Green. HEX triplet: 25, 35 and 04. RGB value is (37,53,4). Sum of RGB (Red+Green+Blue) = 37+53+4=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 53 (21.09% from 255 or 56.38% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 53 - color contains mainly: green. Hex color #253504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253504 is #DACAFB. Grayscale: #2A2A2A. Windows color (decimal): -14338812 or 275749. OLE color: 275749.

HSL color Cylindrical-coordinate representation of color #253504: hue angle of 79.59º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #253504 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.79.

Color convert

RGB 37 53 4 -
CMYK 0.30 0 0.92 0.79
HSL 79.59º 0.86% 0.11% -
HSV(B) 79.59º 0.92% 0.21% -
XYZ 2.06 2.95 0.58 -
YUV 42.63 106.2 123.98 -
System Red Green Blue C M Y K H S L
Decimal 37 53 4 0.30 0 0.92 0.79 79.59 0.86 0.11
Hex 25 35 4 1E 0 5C 4F 50 56 B
Octal 45 65 4 36 0 134 117 120 126 13
Binary 100101 110101 100 11110 0 1011100 1001111 1010000 1010110 1011

Color Harmonies of #253504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253504

Black with #253504

Text Example


Text Example

White with #253504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253504; }

 p { color: rgb(37,53,4); }

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

background-color css

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

 a { background-color: rgb(37,53,4); }

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

border-color css

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

 span { border-color: rgb(37,53,4); }

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