Html Css Color HEX #133625 Cardin Green

📋 copy color: '#133625'

red 19 ◦ green 54 ◦ blue 37

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

Shades of Cardin Green #133625

Tints of Cardin Green #133625

RGB

 RED value IS 19 (7.81% from 255) = 17.27%

 GREEN value IS 54 (21.48% from 255) = 49.09%

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

R = 17.27%
G = 49.09%
B = 33.64%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.31

 K value IS 0.79

RGB Variations

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

Color information

#133625 (or 0x133625) is known color: Cardin Green. HEX triplet: 13, 36 and 25. RGB value is (19,54,37). Sum of RGB (Red+Green+Blue) = 19+54+37=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 54 (21.48% from 255 or 49.09% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 54 - color contains mainly: green. Hex color #133625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133625 is #ECC9DA. Grayscale: #292929. Windows color (decimal): -15518171 or 2438675. OLE color: 2438675.

HSL color Cylindrical-coordinate representation of color #133625: hue angle of 150.86º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133625 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 54 37 -
CMYK 0.65 0 0.31 0.79
HSL 150.86º 0.48% 0.14% -
HSV(B) 150.86º 0.65% 0.21% -
XYZ 1.92 2.91 2.21 -
YUV 41.6 125.4 111.88 -
System Red Green Blue C M Y K H S L
Decimal 19 54 37 0.65 0 0.31 0.79 150.86 0.48 0.14
Hex 13 36 25 41 0 1F 4F 97 30 E
Octal 23 66 45 101 0 37 117 227 60 16
Binary 10011 110110 100101 1000001 0 11111 1001111 10010111 110000 1110

Color Harmonies of #133625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133625

Black with #133625

Text Example


Text Example

White with #133625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133625; }

 p { color: rgb(19,54,37); }

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

background-color css

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

 a { background-color: rgb(19,54,37); }

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

border-color css

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

 span { border-color: rgb(19,54,37); }

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