Html Css Color HEX #38952D La Palma

📋 copy color: '#38952D'

red 56 ◦ green 149 ◦ blue 45

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

Shades of La Palma #38952D

Tints of La Palma #38952D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 59.6%

 BLUE value IS 45 (17.97% from 255) = 18%

R = 22.4%
G = 59.6%
B = 18%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#38952D (or 0x38952D) is known color: La Palma. HEX triplet: 38, 95 and 2D. RGB value is (56,149,45). Sum of RGB (Red+Green+Blue) = 56+149+45=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 149 (58.59% from 255 or 59.6% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 149 - color contains mainly: green. Hex color #38952D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38952D is #C76AD2. Grayscale: #6D6D6D. Windows color (decimal): -13069011 or 2987320. OLE color: 2987320.

HSL color Cylindrical-coordinate representation of color #38952D: hue angle of 113.65º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38952D is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 149 45 -
CMYK 0.62 0 0.70 0.42
HSL 113.65º 0.54% 0.38% -
HSV(B) 113.65º 0.7% 0.58% -
XYZ 12.85 22.53 6.15 -
YUV 109.34 91.69 89.96 -
System Red Green Blue C M Y K H S L
Decimal 56 149 45 0.62 0 0.70 0.42 113.65 0.54 0.38
Hex 38 95 2D 3E 0 46 2A 72 36 26
Octal 70 225 55 76 0 106 52 162 66 46
Binary 111000 10010101 101101 111110 0 1000110 101010 1110010 110110 100110

Color Harmonies of #38952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38952D

Black with #38952D

Text Example


Text Example

White with #38952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38952D; }

 p { color: rgb(56,149,45); }

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

background-color css

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

 a { background-color: rgb(56,149,45); }

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

border-color css

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

 span { border-color: rgb(56,149,45); }

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