Html Css Color HEX #1B5325 Crusoe

📋 copy color: '#1B5325'

red 27 ◦ green 83 ◦ blue 37

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

Shades of Crusoe #1B5325

Tints of Crusoe #1B5325

RGB

 RED value IS 27 (10.94% from 255) = 18.37%

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

 BLUE value IS 37 (14.84% from 255) = 25.17%

R = 18.37%
G = 56.46%
B = 25.17%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#1B5325 (or 0x1B5325) is known color: Crusoe. HEX triplet: 1B, 53 and 25. RGB value is (27,83,37). Sum of RGB (Red+Green+Blue) = 27+83+37=147 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.37% from 147); Green value is 83 (32.81% from 255 or 56.46% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 83 - color contains mainly: green. Hex color #1B5325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5325 is #E4ACDA. Grayscale: #3D3D3D. Windows color (decimal): -14986459 or 2446107. OLE color: 2446107.

HSL color Cylindrical-coordinate representation of color #1B5325: hue angle of 130.71º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B5325 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 27 83 37 -
CMYK 0.67 0 0.55 0.67
HSL 130.71º 0.51% 0.22% -
HSV(B) 130.71º 0.67% 0.33% -
XYZ 3.88 6.55 2.81 -
YUV 61.01 114.45 103.74 -
System Red Green Blue C M Y K H S L
Decimal 27 83 37 0.67 0 0.55 0.67 130.71 0.51 0.22
Hex 1B 53 25 43 0 37 43 83 33 16
Octal 33 123 45 103 0 67 103 203 63 26
Binary 11011 1010011 100101 1000011 0 110111 1000011 10000011 110011 10110

Color Harmonies of #1B5325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5325

Black with #1B5325

Text Example


Text Example

White with #1B5325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B5325; }

 p { color: rgb(27,83,37); }

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

background-color css

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

 a { background-color: rgb(27,83,37); }

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

border-color css

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

 span { border-color: rgb(27,83,37); }

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