Html Css Color HEX #225B37 Kaitoke Green

📋 copy color: '#225B37'

red 34 ◦ green 91 ◦ blue 55

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

Shades of Kaitoke Green #225B37

Tints of Kaitoke Green #225B37

RGB

 RED value IS 34 (13.67% from 255) = 18.89%

 GREEN value IS 91 (35.94% from 255) = 50.56%

 BLUE value IS 55 (21.88% from 255) = 30.56%

R = 18.89%
G = 50.56%
B = 30.56%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.40

 K value IS 0.64

RGB Variations

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

Color information

#225B37 (or 0x225B37) is known color: Kaitoke Green. HEX triplet: 22, 5B and 37. RGB value is (34,91,55). Sum of RGB (Red+Green+Blue) = 34+91+55=180 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.89% from 180); Green value is 91 (35.94% from 255 or 50.56% from 180); Blue value is 55 (21.88% from 255 or 30.56% from 180); Max value from RGB is 91 - color contains mainly: green. Hex color #225B37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225B37 is #DDA4C8. Grayscale: #454545. Windows color (decimal): -14525641 or 3627810. OLE color: 3627810.

HSL color Cylindrical-coordinate representation of color #225B37: hue angle of 142.11º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #225B37 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.

Color convert

RGB 34 91 55 -
CMYK 0.63 0 0.40 0.64
HSL 142.11º 0.46% 0.25% -
HSV(B) 142.11º 0.63% 0.36% -
XYZ 5.09 8.1 4.91 -
YUV 69.85 119.62 102.43 -
System Red Green Blue C M Y K H S L
Decimal 34 91 55 0.63 0 0.40 0.64 142.11 0.46 0.25
Hex 22 5B 37 3F 0 28 40 8E 2E 19
Octal 42 133 67 77 0 50 100 216 56 31
Binary 100010 1011011 110111 111111 0 101000 1000000 10001110 101110 11001

Color Harmonies of #225B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225B37

Black with #225B37

Text Example


Text Example

White with #225B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225B37; }

 p { color: rgb(34,91,55); }

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

background-color css

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

 a { background-color: rgb(34,91,55); }

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

border-color css

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

 span { border-color: rgb(34,91,55); }

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