Html Css Color HEX #125322 Crusoe

📋 copy color: '#125322'

red 18 ◦ green 83 ◦ blue 34

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

Shades of Crusoe #125322

Tints of Crusoe #125322

RGB

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

 GREEN value IS 83 (32.81% from 255) = 61.48%

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

R = 13.33%
G = 61.48%
B = 25.19%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#125322 (or 0x125322) is known color: Crusoe. HEX triplet: 12, 53 and 22. RGB value is (18,83,34). Sum of RGB (Red+Green+Blue) = 18+83+34=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 83 (32.81% from 255 or 61.48% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 83 - color contains mainly: green. Hex color #125322 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125322 is #EDACDD. Grayscale: #3A3A3A. Windows color (decimal): -15576286 or 2249490. OLE color: 2249490.

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

Color convert

RGB 18 83 34 -
CMYK 0.78 0 0.59 0.67
HSL 134.77º 0.64% 0.2% -
HSV(B) 134.77º 0.78% 0.33% -
XYZ 3.63 6.43 2.56 -
YUV 57.98 114.47 99.48 -
System Red Green Blue C M Y K H S L
Decimal 18 83 34 0.78 0 0.59 0.67 134.77 0.64 0.2
Hex 12 53 22 4E 0 3B 43 87 40 14
Octal 22 123 42 116 0 73 103 207 100 24
Binary 10010 1010011 100010 1001110 0 111011 1000011 10000111 1000000 10100

Color Harmonies of #125322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125322

Black with #125322

Text Example


Text Example

White with #125322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125322; }

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

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

background-color css

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

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

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

border-color css

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

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

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