Html Css Color HEX #134F26 Crusoe

📋 copy color: '#134F26'

red 19 ◦ green 79 ◦ blue 38

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

Shades of Crusoe #134F26

Tints of Crusoe #134F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 27.94%

R = 13.97%
G = 58.09%
B = 27.94%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.52

 K value IS 0.69

RGB Variations

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

Color information

#134F26 (or 0x134F26) is known color: Crusoe. HEX triplet: 13, 4F and 26. RGB value is (19,79,38). Sum of RGB (Red+Green+Blue) = 19+79+38=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 79 (31.25% from 255 or 58.09% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 79 - color contains mainly: green. Hex color #134F26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134F26 is #ECB0D9. Grayscale: #383838. Windows color (decimal): -15511770 or 2510611. OLE color: 2510611.

HSL color Cylindrical-coordinate representation of color #134F26: hue angle of 139º 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 #134F26 is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 79 38 -
CMYK 0.76 0 0.52 0.69
HSL 139º 0.61% 0.19% -
HSV(B) 139º 0.76% 0.31% -
XYZ 3.41 5.87 2.79 -
YUV 56.39 117.62 101.33 -
System Red Green Blue C M Y K H S L
Decimal 19 79 38 0.76 0 0.52 0.69 139 0.61 0.19
Hex 13 4F 26 4C 0 34 45 8B 3D 13
Octal 23 117 46 114 0 64 105 213 75 23
Binary 10011 1001111 100110 1001100 0 110100 1000101 10001011 111101 10011

Color Harmonies of #134F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134F26

Black with #134F26

Text Example


Text Example

White with #134F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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