Html Css Color HEX #153225 Cardin Green

📋 copy color: '#153225'

red 21 ◦ green 50 ◦ blue 37

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

Shades of Cardin Green #153225

Tints of Cardin Green #153225

RGB

 RED value IS 21 (8.59% from 255) = 19.44%

 GREEN value IS 50 (19.92% from 255) = 46.3%

 BLUE value IS 37 (14.84% from 255) = 34.26%

R = 19.44%
G = 46.3%
B = 34.26%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.80

RGB Variations

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

Color information

#153225 (or 0x153225) is known color: Cardin Green. HEX triplet: 15, 32 and 25. RGB value is (21,50,37). Sum of RGB (Red+Green+Blue) = 21+50+37=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 37 (14.84% from 255 or 34.26% from 108); Max value from RGB is 50 - color contains mainly: green. Hex color #153225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153225 is #EACDDA. Grayscale: #272727. Windows color (decimal): -15388123 or 2437653. OLE color: 2437653.

HSL color Cylindrical-coordinate representation of color #153225: hue angle of 153.1º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #153225 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.80.

Color convert

RGB 21 50 37 -
CMYK 0.58 0 0.26 0.80
HSL 153.1º 0.41% 0.14% -
HSV(B) 153.1º 0.58% 0.2% -
XYZ 1.78 2.57 2.15 -
YUV 39.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 21 50 37 0.58 0 0.26 0.80 153.1 0.41 0.14
Hex 15 32 25 3A 0 1A 50 99 29 E
Octal 25 62 45 72 0 32 120 231 51 16
Binary 10101 110010 100101 111010 0 11010 1010000 10011001 101001 1110

Color Harmonies of #153225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153225

Black with #153225

Text Example


Text Example

White with #153225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153225; }

 p { color: rgb(21,50,37); }

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

background-color css

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

 a { background-color: rgb(21,50,37); }

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

border-color css

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

 span { border-color: rgb(21,50,37); }

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