Html Css Color HEX #124F26 Crusoe

📋 copy color: '#124F26'

red 18 ◦ green 79 ◦ blue 38

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

Shades of Crusoe #124F26

Tints of Crusoe #124F26

RGB

 RED value IS 18 (7.42% from 255) = 13.33%

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

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

R = 13.33%
G = 58.52%
B = 28.15%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.52

 K value IS 0.69

RGB Variations

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

Color information

#124F26 (or 0x124F26) is known color: Crusoe. HEX triplet: 12, 4F and 26. RGB value is (18,79,38). Sum of RGB (Red+Green+Blue) = 18+79+38=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 79 (31.25% from 255 or 58.52% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 79 - color contains mainly: green. Hex color #124F26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124F26 is #EDB0D9. Grayscale: #383838. Windows color (decimal): -15577306 or 2510610. OLE color: 2510610.

HSL color Cylindrical-coordinate representation of color #124F26: hue angle of 139.67º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124F26 is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 79 38 -
CMYK 0.77 0 0.52 0.69
HSL 139.67º 0.63% 0.19% -
HSV(B) 139.67º 0.77% 0.31% -
XYZ 3.4 5.86 2.79 -
YUV 56.09 117.79 100.83 -
System Red Green Blue C M Y K H S L
Decimal 18 79 38 0.77 0 0.52 0.69 139.67 0.63 0.19
Hex 12 4F 26 4D 0 34 45 8C 3F 13
Octal 22 117 46 115 0 64 105 214 77 23
Binary 10010 1001111 100110 1001101 0 110100 1000101 10001100 111111 10011

Color Harmonies of #124F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124F26

Black with #124F26

Text Example


Text Example

White with #124F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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