Html Css Color HEX #133725 Cardin Green

📋 copy color: '#133725'

red 19 ◦ green 55 ◦ blue 37

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

Shades of Cardin Green #133725

Tints of Cardin Green #133725

RGB

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

 GREEN value IS 55 (21.88% from 255) = 49.55%

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

R = 17.12%
G = 49.55%
B = 33.33%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.33

 K value IS 0.78

RGB Variations

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

Color information

#133725 (or 0x133725) is known color: Cardin Green. HEX triplet: 13, 37 and 25. RGB value is (19,55,37). Sum of RGB (Red+Green+Blue) = 19+55+37=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 55 (21.88% from 255 or 49.55% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 55 - color contains mainly: green. Hex color #133725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133725 is #ECC8DA. Grayscale: #2A2A2A. Windows color (decimal): -15517915 or 2438931. OLE color: 2438931.

HSL color Cylindrical-coordinate representation of color #133725: hue angle of 150º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133725 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 55 37 -
CMYK 0.65 0 0.33 0.78
HSL 150º 0.49% 0.15% -
HSV(B) 150º 0.65% 0.22% -
XYZ 1.97 3 2.23 -
YUV 42.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 19 55 37 0.65 0 0.33 0.78 150 0.49 0.15
Hex 13 37 25 41 0 21 4E 96 31 F
Octal 23 67 45 101 0 41 116 226 61 17
Binary 10011 110111 100101 1000001 0 100001 1001110 10010110 110001 1111

Color Harmonies of #133725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133725

Black with #133725

Text Example


Text Example

White with #133725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133725; }

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

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

background-color css

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

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

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

border-color css

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

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

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