Html Css Color HEX #265B32 Parsley

📋 copy color: '#265B32'

red 38 ◦ green 91 ◦ blue 50

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

Shades of Parsley #265B32

Tints of Parsley #265B32

RGB

 RED value IS 38 (15.23% from 255) = 21.23%

 GREEN value IS 91 (35.94% from 255) = 50.84%

 BLUE value IS 50 (19.92% from 255) = 27.93%

R = 21.23%
G = 50.84%
B = 27.93%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.45

 K value IS 0.64

RGB Variations

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

Color information

#265B32 (or 0x265B32) is known color: Parsley. HEX triplet: 26, 5B and 32. RGB value is (38,91,50). Sum of RGB (Red+Green+Blue) = 38+91+50=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 91 (35.94% from 255 or 50.84% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 91 - color contains mainly: green. Hex color #265B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265B32 is #D9A4CD. Grayscale: #464646. Windows color (decimal): -14263502 or 3300134. OLE color: 3300134.

HSL color Cylindrical-coordinate representation of color #265B32: hue angle of 133.58º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #265B32 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.

Color convert

RGB 38 91 50 -
CMYK 0.58 0 0.45 0.64
HSL 133.58º 0.41% 0.25% -
HSV(B) 133.58º 0.58% 0.36% -
XYZ 5.12 8.12 4.32 -
YUV 70.48 116.44 104.83 -
System Red Green Blue C M Y K H S L
Decimal 38 91 50 0.58 0 0.45 0.64 133.58 0.41 0.25
Hex 26 5B 32 3A 0 2D 40 86 29 19
Octal 46 133 62 72 0 55 100 206 51 31
Binary 100110 1011011 110010 111010 0 101101 1000000 10000110 101001 11001

Color Harmonies of #265B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265B32

Black with #265B32

Text Example


Text Example

White with #265B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265B32; }

 p { color: rgb(38,91,50); }

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

background-color css

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

 a { background-color: rgb(38,91,50); }

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

border-color css

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

 span { border-color: rgb(38,91,50); }

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