Html Css Color HEX #38900D La Palma

📋 copy color: '#38900D'

red 56 ◦ green 144 ◦ blue 13

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

Shades of La Palma #38900D

Tints of La Palma #38900D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 67.61%

 BLUE value IS 13 (5.47% from 255) = 6.1%

R = 26.29%
G = 67.61%
B = 6.1%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#38900D (or 0x38900D) is known color: La Palma. HEX triplet: 38, 90 and 0D. RGB value is (56,144,13). Sum of RGB (Red+Green+Blue) = 56+144+13=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 144 (56.64% from 255 or 67.61% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 144 - color contains mainly: green. Hex color #38900D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38900D is #C76FF2. Grayscale: #676767. Windows color (decimal): -13070323 or 888888. OLE color: 888888.

HSL color Cylindrical-coordinate representation of color #38900D: hue angle of 100.31º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #38900D is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 144 13 -
CMYK 0.61 0 0.91 0.44
HSL 100.31º 0.83% 0.31% -
HSV(B) 100.31º 0.91% 0.56% -
XYZ 11.68 20.82 3.78 -
YUV 102.75 77.35 94.65 -
System Red Green Blue C M Y K H S L
Decimal 56 144 13 0.61 0 0.91 0.44 100.31 0.83 0.31
Hex 38 90 D 3D 0 5B 2C 64 53 1F
Octal 70 220 15 75 0 133 54 144 123 37
Binary 111000 10010000 1101 111101 0 1011011 101100 1100100 1010011 11111

Color Harmonies of #38900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38900D

Black with #38900D

Text Example


Text Example

White with #38900D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,144,13); }

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

background-color css

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

 a { background-color: rgb(56,144,13); }

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

border-color css

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

 span { border-color: rgb(56,144,13); }

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