Html Css Color HEX #38A034 La Palma

📋 copy color: '#38A034'

red 56 ◦ green 160 ◦ blue 52

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

Shades of La Palma #38A034

Tints of La Palma #38A034

RGB

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

 GREEN value IS 160 (62.89% from 255) = 59.7%

 BLUE value IS 52 (20.7% from 255) = 19.4%

R = 20.9%
G = 59.7%
B = 19.4%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#38A034 (or 0x38A034) is known color: La Palma. HEX triplet: 38, A0 and 34. RGB value is (56,160,52). Sum of RGB (Red+Green+Blue) = 56+160+52=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 160 (62.89% from 255 or 59.70% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 160 - color contains mainly: green. Hex color #38A034 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A034 is #C75FCB. Grayscale: #747474. Windows color (decimal): -13066188 or 3448888. OLE color: 3448888.

HSL color Cylindrical-coordinate representation of color #38A034: hue angle of 117.78º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38A034 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB 56 160 52 -
CMYK 0.65 0 0.68 0.37
HSL 117.78º 0.51% 0.42% -
HSV(B) 117.78º 0.68% 0.63% -
XYZ 14.82 26.23 7.53 -
YUV 116.59 91.54 84.78 -
System Red Green Blue C M Y K H S L
Decimal 56 160 52 0.65 0 0.68 0.37 117.78 0.51 0.42
Hex 38 A0 34 41 0 44 25 76 33 2A
Octal 70 240 64 101 0 104 45 166 63 52
Binary 111000 10100000 110100 1000001 0 1000100 100101 1110110 110011 101010

Color Harmonies of #38A034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A034

Black with #38A034

Text Example


Text Example

White with #38A034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38A034; }

 p { color: rgb(56,160,52); }

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

background-color css

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

 a { background-color: rgb(56,160,52); }

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

border-color css

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

 span { border-color: rgb(56,160,52); }

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