Html Css Color HEX #125422 Crusoe

📋 copy color: '#125422'

red 18 ◦ green 84 ◦ blue 34

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

Shades of Crusoe #125422

Tints of Crusoe #125422

RGB

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

 GREEN value IS 84 (33.2% from 255) = 61.76%

 BLUE value IS 34 (13.67% from 255) = 25%

R = 13.24%
G = 61.76%
B = 25%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#125422 (or 0x125422) is known color: Crusoe. HEX triplet: 12, 54 and 22. RGB value is (18,84,34). Sum of RGB (Red+Green+Blue) = 18+84+34=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 84 (33.20% from 255 or 61.76% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 84 - color contains mainly: green. Hex color #125422 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125422 is #EDABDD. Grayscale: #3A3A3A. Windows color (decimal): -15576030 or 2249746. OLE color: 2249746.

HSL color Cylindrical-coordinate representation of color #125422: hue angle of 134.55º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125422 is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 84 34 -
CMYK 0.79 0 0.60 0.67
HSL 134.55º 0.65% 0.2% -
HSV(B) 134.55º 0.79% 0.33% -
XYZ 3.71 6.58 2.59 -
YUV 58.57 114.13 99.07 -
System Red Green Blue C M Y K H S L
Decimal 18 84 34 0.79 0 0.60 0.67 134.55 0.65 0.2
Hex 12 54 22 4F 0 3C 43 87 41 14
Octal 22 124 42 117 0 74 103 207 101 24
Binary 10010 1010100 100010 1001111 0 111100 1000011 10000111 1000001 10100

Color Harmonies of #125422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125422

Black with #125422

Text Example


Text Example

White with #125422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125422; }

 p { color: rgb(18,84,34); }

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

background-color css

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

 a { background-color: rgb(18,84,34); }

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

border-color css

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

 span { border-color: rgb(18,84,34); }

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