Html Css Color HEX #385A23 Palm Leaf

📋 copy color: '#385A23'

red 56 ◦ green 90 ◦ blue 35

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

Shades of Palm Leaf #385A23

Tints of Palm Leaf #385A23

RGB

 RED value IS 56 (22.27% from 255) = 30.94%

 GREEN value IS 90 (35.55% from 255) = 49.72%

 BLUE value IS 35 (14.06% from 255) = 19.34%

R = 30.94%
G = 49.72%
B = 19.34%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#385A23 (or 0x385A23) is known color: Palm Leaf. HEX triplet: 38, 5A and 23. RGB value is (56,90,35). Sum of RGB (Red+Green+Blue) = 56+90+35=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 90 (35.55% from 255 or 49.72% from 181); Blue value is 35 (14.06% from 255 or 19.34% from 181); Max value from RGB is 90 - color contains mainly: green. Hex color #385A23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385A23 is #C7A5DC. Grayscale: #494949. Windows color (decimal): -13084125 or 2316856. OLE color: 2316856.

HSL color Cylindrical-coordinate representation of color #385A23: hue angle of 97.09º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #385A23 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 90 35 -
CMYK 0.38 0 0.61 0.65
HSL 97.09º 0.44% 0.25% -
HSV(B) 97.09º 0.61% 0.35% -
XYZ 5.59 8.27 2.89 -
YUV 73.56 106.24 115.47 -
System Red Green Blue C M Y K H S L
Decimal 56 90 35 0.38 0 0.61 0.65 97.09 0.44 0.25
Hex 38 5A 23 26 0 3D 41 61 2C 19
Octal 70 132 43 46 0 75 101 141 54 31
Binary 111000 1011010 100011 100110 0 111101 1000001 1100001 101100 11001

Color Harmonies of #385A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385A23

Black with #385A23

Text Example


Text Example

White with #385A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385A23; }

 p { color: rgb(56,90,35); }

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

background-color css

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

 a { background-color: rgb(56,90,35); }

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

border-color css

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

 span { border-color: rgb(56,90,35); }

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