Html Css Color HEX #134F29 Crusoe

📋 copy color: '#134F29'

red 19 ◦ green 79 ◦ blue 41

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

Shades of Crusoe #134F29

Tints of Crusoe #134F29

RGB

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

 GREEN value IS 79 (31.25% from 255) = 56.83%

 BLUE value IS 41 (16.41% from 255) = 29.5%

R = 13.67%
G = 56.83%
B = 29.5%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#134F29 (or 0x134F29) is known color: Crusoe. HEX triplet: 13, 4F and 29. RGB value is (19,79,41). Sum of RGB (Red+Green+Blue) = 19+79+41=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 79 (31.25% from 255 or 56.83% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 79 - color contains mainly: green. Hex color #134F29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134F29 is #ECB0D6. Grayscale: #383838. Windows color (decimal): -15511767 or 2707219. OLE color: 2707219.

HSL color Cylindrical-coordinate representation of color #134F29: hue angle of 142º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134F29 is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 79 41 -
CMYK 0.76 0 0.48 0.69
HSL 142º 0.61% 0.19% -
HSV(B) 142º 0.76% 0.31% -
XYZ 3.46 5.89 3.05 -
YUV 56.73 119.12 101.09 -
System Red Green Blue C M Y K H S L
Decimal 19 79 41 0.76 0 0.48 0.69 142 0.61 0.19
Hex 13 4F 29 4C 0 30 45 8E 3D 13
Octal 23 117 51 114 0 60 105 216 75 23
Binary 10011 1001111 101001 1001100 0 110000 1000101 10001110 111101 10011

Color Harmonies of #134F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134F29

Black with #134F29

Text Example


Text Example

White with #134F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134F29; }

 p { color: rgb(19,79,41); }

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

background-color css

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

 a { background-color: rgb(19,79,41); }

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

border-color css

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

 span { border-color: rgb(19,79,41); }

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