Html Css Color HEX #25503A Kaitoke Green

📋 copy color: '#25503A'

red 37 ◦ green 80 ◦ blue 58

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

Shades of Kaitoke Green #25503A

Tints of Kaitoke Green #25503A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.71%

 BLUE value IS 58 (23.05% from 255) = 33.14%

R = 21.14%
G = 45.71%
B = 33.14%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.28

 K value IS 0.69

RGB Variations

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

Color information

#25503A (or 0x25503A) is known color: Kaitoke Green. HEX triplet: 25, 50 and 3A. RGB value is (37,80,58). Sum of RGB (Red+Green+Blue) = 37+80+58=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 80 - color contains mainly: green. Hex color #25503A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25503A is #DAAFC5. Grayscale: #404040. Windows color (decimal): -14331846 or 3821605. OLE color: 3821605.

HSL color Cylindrical-coordinate representation of color #25503A: hue angle of 149.3º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #25503A is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 80 58 -
CMYK 0.54 0 0.28 0.69
HSL 149.3º 0.37% 0.23% -
HSV(B) 149.3º 0.54% 0.31% -
XYZ 4.4 6.44 5.01 -
YUV 64.64 124.25 108.29 -
System Red Green Blue C M Y K H S L
Decimal 37 80 58 0.54 0 0.28 0.69 149.3 0.37 0.23
Hex 25 50 3A 36 0 1C 45 95 25 17
Octal 45 120 72 66 0 34 105 225 45 27
Binary 100101 1010000 111010 110110 0 11100 1000101 10010101 100101 10111

Color Harmonies of #25503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25503A

Black with #25503A

Text Example


Text Example

White with #25503A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25503A; }

 p { color: rgb(37,80,58); }

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

background-color css

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

 a { background-color: rgb(37,80,58); }

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

border-color css

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

 span { border-color: rgb(37,80,58); }

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