Html Css Color HEX #125321 Crusoe

📋 copy color: '#125321'

red 18 ◦ green 83 ◦ blue 33

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

Shades of Crusoe #125321

Tints of Crusoe #125321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 24.63%

R = 13.43%
G = 61.94%
B = 24.63%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#125321 (or 0x125321) is known color: Crusoe. HEX triplet: 12, 53 and 21. RGB value is (18,83,33). Sum of RGB (Red+Green+Blue) = 18+83+33=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 83 (32.81% from 255 or 61.94% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 83 - color contains mainly: green. Hex color #125321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125321 is #EDACDE. Grayscale: #3A3A3A. Windows color (decimal): -15576287 or 2183954. OLE color: 2183954.

HSL color Cylindrical-coordinate representation of color #125321: hue angle of 133.85º 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 #125321 is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 83 33 -
CMYK 0.78 0 0.60 0.67
HSL 133.85º 0.64% 0.2% -
HSV(B) 133.85º 0.78% 0.33% -
XYZ 3.62 6.42 2.49 -
YUV 57.87 113.97 99.57 -
System Red Green Blue C M Y K H S L
Decimal 18 83 33 0.78 0 0.60 0.67 133.85 0.64 0.2
Hex 12 53 21 4E 0 3C 43 86 40 14
Octal 22 123 41 116 0 74 103 206 100 24
Binary 10010 1010011 100001 1001110 0 111100 1000011 10000110 1000000 10100

Color Harmonies of #125321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125321

Black with #125321

Text Example


Text Example

White with #125321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125321; }

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

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

background-color css

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

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

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

border-color css

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

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

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