Html Css Color HEX #255531 Kaitoke Green

📋 copy color: '#255531'

red 37 ◦ green 85 ◦ blue 49

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

Shades of Kaitoke Green #255531

Tints of Kaitoke Green #255531

RGB

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

 GREEN value IS 85 (33.59% from 255) = 49.71%

 BLUE value IS 49 (19.53% from 255) = 28.65%

R = 21.64%
G = 49.71%
B = 28.65%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#255531 (or 0x255531) is known color: Kaitoke Green. HEX triplet: 25, 55 and 31. RGB value is (37,85,49). Sum of RGB (Red+Green+Blue) = 37+85+49=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #255531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255531 is #DAAACE. Grayscale: #424242. Windows color (decimal): -14330575 or 3233061. OLE color: 3233061.

HSL color Cylindrical-coordinate representation of color #255531: hue angle of 135º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #255531 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 85 49 -
CMYK 0.56 0 0.42 0.67
HSL 135º 0.39% 0.24% -
HSV(B) 135º 0.56% 0.33% -
XYZ 4.57 7.11 4.04 -
YUV 66.54 118.1 106.93 -
System Red Green Blue C M Y K H S L
Decimal 37 85 49 0.56 0 0.42 0.67 135 0.39 0.24
Hex 25 55 31 38 0 2A 43 87 27 18
Octal 45 125 61 70 0 52 103 207 47 30
Binary 100101 1010101 110001 111000 0 101010 1000011 10000111 100111 11000

Color Harmonies of #255531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255531

Black with #255531

Text Example


Text Example

White with #255531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255531; }

 p { color: rgb(37,85,49); }

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

background-color css

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

 a { background-color: rgb(37,85,49); }

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

border-color css

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

 span { border-color: rgb(37,85,49); }

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