Html Css Color HEX #72A52B Christi

📋 copy color: '#72A52B'

red 114 ◦ green 165 ◦ blue 43

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

Shades of Christi #72A52B

Tints of Christi #72A52B

RGB

 RED value IS 114 (44.92% from 255) = 35.4%

 GREEN value IS 165 (64.84% from 255) = 51.24%

 BLUE value IS 43 (17.19% from 255) = 13.35%

R = 35.4%
G = 51.24%
B = 13.35%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#72A52B (or 0x72A52B) is known color: Christi. HEX triplet: 72, A5 and 2B. RGB value is (114,165,43). Sum of RGB (Red+Green+Blue) = 114+165+43=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 165 (64.84% from 255 or 51.24% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 165 - color contains mainly: green. Hex color #72A52B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A52B is #8D5AD4. Grayscale: #888888. Windows color (decimal): -9263829 or 2860402. OLE color: 2860402.

HSL color Cylindrical-coordinate representation of color #72A52B: hue angle of 85.08º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72A52B is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB 114 165 43 -
CMYK 0.31 0 0.74 0.35
HSL 85.08º 0.59% 0.41% -
HSV(B) 85.08º 0.74% 0.65% -
XYZ 20.83 30.66 7.11 -
YUV 135.84 75.6 112.42 -
System Red Green Blue C M Y K H S L
Decimal 114 165 43 0.31 0 0.74 0.35 85.08 0.59 0.41
Hex 72 A5 2B 1F 0 4A 23 55 3B 29
Octal 162 245 53 37 0 112 43 125 73 51
Binary 1110010 10100101 101011 11111 0 1001010 100011 1010101 111011 101001

Color Harmonies of #72A52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A52B

Black with #72A52B

Text Example


Text Example

White with #72A52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72A52B; }

 p { color: rgb(114,165,43); }

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

background-color css

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

 a { background-color: rgb(114,165,43); }

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

border-color css

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

 span { border-color: rgb(114,165,43); }

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