Html Css Color HEX #133827 Cardin Green

📋 copy color: '#133827'

red 19 ◦ green 56 ◦ blue 39

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

Shades of Cardin Green #133827

Tints of Cardin Green #133827

RGB

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

 GREEN value IS 56 (22.27% from 255) = 49.12%

 BLUE value IS 39 (15.63% from 255) = 34.21%

R = 16.67%
G = 49.12%
B = 34.21%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#133827 (or 0x133827) is known color: Cardin Green. HEX triplet: 13, 38 and 27. RGB value is (19,56,39). Sum of RGB (Red+Green+Blue) = 19+56+39=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 56 (22.27% from 255 or 49.12% from 114); Blue value is 39 (15.62% from 255 or 34.21% from 114); Max value from RGB is 56 - color contains mainly: green. Hex color #133827 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133827 is #ECC7D8. Grayscale: #2B2B2B. Windows color (decimal): -15517657 or 2570259. OLE color: 2570259.

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

Color convert

RGB 19 56 39 -
CMYK 0.66 0 0.30 0.78
HSL 152.43º 0.49% 0.15% -
HSV(B) 152.43º 0.66% 0.22% -
XYZ 2.05 3.11 2.41 -
YUV 43 125.74 110.88 -
System Red Green Blue C M Y K H S L
Decimal 19 56 39 0.66 0 0.30 0.78 152.43 0.49 0.15
Hex 13 38 27 42 0 1E 4E 98 31 F
Octal 23 70 47 102 0 36 116 230 61 17
Binary 10011 111000 100111 1000010 0 11110 1001110 10011000 110001 1111

Color Harmonies of #133827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133827

Black with #133827

Text Example


Text Example

White with #133827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133827; }

 p { color: rgb(19,56,39); }

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

background-color css

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

 a { background-color: rgb(19,56,39); }

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

border-color css

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

 span { border-color: rgb(19,56,39); }

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